home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / CNLBP4_1.PPD < prev    next >
Text File  |  1991-12-05  |  14KB  |  405 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "ScriptCard PS-2" version 51.4
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 014401 or 014805
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 17 July 1991
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.3"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(ScriptCard PS-2)"
  20. *PSVersion: "(51.4) 2"
  21. *NickName: "Canon LBP-4 PS-2 v51.4"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "857844"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *?FileSystem: "save statusdict begin
  29.   diskonline {(True)}{(False)} ifelse = flush
  30. end restore"
  31. *End
  32.  
  33. *Throughput: "4"
  34. *Password: "0"
  35. *ExitServer: "
  36.   count 0 eq {  % is the password on the stack?
  37.     true
  38.   }{
  39.     dup % potential password
  40.     statusdict begin checkpassword end not 
  41.   } ifelse 
  42.   {  %  if no password or not valid 
  43.     (WARNING : Cannot perform the exitserver command.) = 
  44.     (Password supplied is not valid.) = 
  45.     (Please contact the author of this software.) = flush
  46.     quit 
  47.   } if 
  48.   serverdict begin exitserver
  49. "
  50. *End
  51.  
  52. *Reset: "
  53.   count 0 eq {  % is the password on the stack?
  54.     true 
  55.   }{
  56.     dup % potential password
  57.     statusdict begin checkpassword end not 
  58.   } ifelse 
  59.   {  %  if no password or not valid 
  60.     (WARNING : Cannot reset printer.) = 
  61.     (Password supplied is not valid.) = 
  62.     (Please contact the author of this software.) = flush
  63.     quit 
  64.   } if 
  65.   serverdict begin exitserver
  66.   systemdict /quit get exec
  67.   (WARNING : Printer Reset Failed.) = flush
  68. "
  69. *End
  70.  
  71. *DefaultResolution: 300dpi
  72. *?Resolution: "
  73. save
  74.   initgraphics
  75.   0 0 moveto currentpoint matrix defaultmatrix transform
  76.   0 72 lineto currentpoint matrix defaultmatrix transform
  77.   3 -1 roll sub dup mul
  78.   3 1 roll exch sub dup mul
  79.   add sqrt round cvi
  80.   (          ) cvs print (dpi) = flush
  81. restore
  82. "
  83. *End
  84.  
  85. *% Halftone Information ===============
  86.  
  87. *ScreenFreq: "60.0"
  88. *ScreenAngle: "45.0"
  89. *DefaultScreenProc: Dot
  90. *ScreenProc Dot: "
  91. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  92. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  93. "
  94. *End
  95. *ScreenProc Line: "{ pop }"
  96. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  97.  
  98. *DefaultTransfer: Null
  99. *Transfer Null: "{ }"
  100. *Transfer Null.Inverse: "{ 1 exch sub }"
  101.  
  102. *% Paper Handling ===================
  103.  
  104. *% Use these entries to set paper size most of the time, unless there is
  105. *% specific reason to use PageRegion or PaperTray.
  106. *DefaultPageSize: Letter
  107. *PageSize Letter: "statusdict begin lettertray end"
  108. *PageSize Legal: "statusdict begin legaltray end"
  109. *PageSize Executive: "statusdict begin executivetray end"
  110. *PageSize A4: "statusdict begin a4tray end"
  111. *PageSize LetterSmall: "statusdict begin lettertray lettersmall end"
  112. *PageSize LegalSmall: "statusdict begin legaltray legalsmall end"
  113. *PageSize A4Small: "statusdict begin a4tray a4small end"
  114. *?PageSize: "
  115.  save statusdict begin
  116.   10 dict begin
  117.    /letter (Letter) def /legal (Legal) def
  118.    /executivepage (Executive)  def
  119.    /a4small (A4Small) def /a4 (A4) def
  120.    /lettersmall (LetterSmall) def /legalsmall (LegalSmall) def
  121.    papersize {
  122.      {load exec} stopped not{= flush}if
  123.    }{
  124.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  125.    }ifelse
  126.   end
  127.  end restore
  128. "
  129. *End
  130.  
  131. *% These entries will set up the frame buffer. Usually used with manual feed.
  132. *DefaultPageRegion: Letter
  133. *PageRegion Letter: "letter"
  134. *PageRegion Legal: "legal"
  135. *PageRegion A4: "a4"
  136. *PageRegion LetterSmall: "lettersmall"
  137. *PageRegion A4Small: "a4small"
  138. *PageRegion LegalSmall: "legalsmall"
  139. *PageRegion Executive: "executivepage"
  140.  
  141. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  142. *% These errors should be trapped by software and a message displayed
  143. *DefaultPaperTray: None
  144. *PaperTray Letter: "statusdict begin lettertray end"
  145. *PaperTray Legal: "statusdict begin legaltray end"
  146. *PaperTray Executive: "statusdict begin executivetray end"
  147. *PaperTray A4: "statusdict begin a4tray end"
  148. *PaperTray LetterSmall: "statusdict begin lettertray lettersmall end"
  149. *PaperTray LegalSmall: "statusdict begin legaltray legalsmall end"
  150. *PaperTray A4Small: "statusdict begin a4tray a4small end"
  151. *?PaperTray: "
  152.  save statusdict begin
  153.   10 dict begin
  154.    /letter (Letter) def /legal (Legal) def
  155.    /executivepage (Executive)  def
  156.    /a4small (A4Small) def /a4 (A4) def
  157.    /lettersmall (LetterSmall) def /legalsmall (LegalSmall) def
  158.    papersize {
  159.      {load exec} stopped not{= flush}if
  160.    }{
  161.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  162.    }ifelse
  163.   end
  164.  end restore
  165. "
  166. *End
  167.  
  168. *% The following entries provide information about specific paper keywords.
  169. *DefaultImageableArea: Letter
  170. *ImageableArea Letter: "15 8 597 784 "
  171. *ImageableArea Legal: "15 8 597 1000 "
  172. *ImageableArea A4: "13 10 577 832 "
  173. *ImageableArea LetterSmall: "31 31 583 761 "
  174. *ImageableArea A4Small: "27 31 567 811 "
  175. *ImageableArea Executive: "11 9 509 749"
  176. *ImageableArea LegalSmall: "63 43 546 966"
  177. *?ImageableArea: "
  178.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  179.   newpath clippath pathbbox
  180.   4 -2 roll exch 2 {ceiling cvp} repeat
  181.   exch 2 {floor cvp} repeat flush
  182.  restore
  183. "
  184. *End
  185.  
  186. *% These provide the physical dimensions of the paper (by keyword)
  187. *DefaultPaperDimension: Letter
  188. *PaperDimension Letter: "612 792"
  189. *PaperDimension Legal: "612 1008"
  190. *PaperDimension A4: "595 842"
  191. *PaperDimension LetterSmall: "612 792"
  192. *PaperDimension A4Small: "595 842"
  193. *PaperDimension LegalSmall: "482 925"
  194. *PaperDimension Executive: "500 742"
  195.  
  196. *DefaultOutputBin: Upper
  197. *DefaultInputSlot: Upper
  198.  
  199. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  200. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  201. *?InputSlot: "
  202.  save statusdict begin
  203.   2 dict begin
  204.    /0 (Upper) def
  205.    /1 (Lower) def
  206.    papertray 
  207.      {( ) cvs cvn load exec} stopped not{= flush}if
  208.   end
  209.  end restore
  210. "
  211. *End
  212.  
  213. *DefaultManualFeed: False
  214. *?ManualFeed: "
  215. save
  216.   statusdict /manualfeed get
  217.   {(True)}{(False)}ifelse = flush
  218. restore
  219. "
  220. *End
  221. *ManualFeed True: "statusdict begin /manualfeed true store end"
  222. *ManualFeed False: "statusdict begin /manualfeed false store end"
  223.  
  224. *DefaultOutputOrder: Normal
  225.  
  226. *% Font Information =====================
  227.  
  228. *DefaultFont: Courier
  229. *Font AvantGarde-Book: Standard "(001.002)"
  230. *Font AvantGarde-BookOblique: Standard "(001.002)"
  231. *Font AvantGarde-Demi: Standard "(001.003)"
  232. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  233. *Font Bookman-Demi: Standard "(001.001)"
  234. *Font Bookman-DemiItalic: Standard "(001.001)"
  235. *Font Bookman-Light: Standard "(001.001)"
  236. *Font Bookman-LightItalic: Standard "(001.001)"
  237. *Font Courier: Standard "(002.003)"
  238. *Font Courier-Bold: Standard "(002.003)"
  239. *Font Courier-BoldOblique: Standard "(002.003)"
  240. *Font Courier-Oblique: Standard "(002.003)"
  241. *Font Helvetica: Standard "(001.002)"
  242. *Font Helvetica-Bold: Standard "(001.002)"
  243. *Font Helvetica-BoldOblique: Standard "(001.002)"
  244. *Font Helvetica-Condensed: Standard "(001.001)"
  245. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  246. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  247. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  248. *Font Helvetica-Narrow: Standard "(001.002)"
  249. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  250. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  251. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  252. *Font Helvetica-Oblique: Standard "(001.002)"
  253. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  254. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  255. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  256. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  257. *Font Palatino-Bold: Standard "(001.002)"
  258. *Font Palatino-BoldItalic: Standard "(001.002)"
  259. *Font Palatino-Italic: Standard "(001.002)"
  260. *Font Palatino-Roman: Standard "(001.001)"
  261. *Font Symbol: Special "(001.003)"
  262. *Font Times-Bold: Standard "(001.002)"
  263. *Font Times-BoldItalic: Standard "(001.004)"
  264. *Font Times-Italic: Standard "(001.002)"
  265. *Font Times-Roman: Standard "(001.002)"
  266. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  267. *Font ZapfDingbats: Special "(001.002)"
  268. *?FontQuery: "
  269. save  4 dict begin /sv exch def
  270. /str (fonts/                              ) def
  271. /st2 128 string def
  272. {
  273.   count 0 gt {
  274.     dup st2 cvs (/) print print (:) print
  275.     dup FontDirectory exch known {pop (Yes)}{
  276.      str exch st2 cvs dup length /len exch def
  277.      6 exch putinterval str 0 len 6 add getinterval mark exch
  278.      { } st2 filenameforall counttomark 0 gt {
  279.       cleartomark (Yes)}{cleartomark (No)}ifelse
  280.     }ifelse = flush
  281.   }{ exit } ifelse
  282. } bind loop
  283. (*) = flush
  284. sv end restore
  285. "
  286. *End
  287. *?FontList: "
  288. save  2 dict begin /sv exch def
  289. /str 128 string def
  290. FontDirectory { pop == } bind forall flush
  291. /filenameforall where { 
  292.  pop save (fonts/*) { 
  293.   dup length 6 sub 6 exch getinterval cvn == 
  294.  } bind str filenameforall flush restore
  295. } if 
  296. (*) = flush
  297. sv end restore
  298. "
  299. *End
  300.  
  301. *% Printer Messages (verbatim from printer):
  302. *Message: "exitserver: permanent state may be changed"
  303. *Message: "Flushing: rest of job (to end-of-file) will be ignored"
  304. *Message: "\FontName\ not found, using Courier"
  305.  
  306.  
  307. *% Status (format: %%[ status: <one of these> ]%% )
  308. *Status: "idle"
  309. *Status: "busy"
  310. *Status: "waiting"
  311. *Status: "printing"
  312. *Status: "warming up"
  313. *Status: "PrinterError: resetting printer"
  314. *Status: "PrinterError: timeout, clearing printer"
  315. *Status: "PrinterError: beam detect error"
  316. *Status: "PrinterError: warming up"
  317. *Status: "PrinterError: printing engine test"
  318. *Status: "PrinterError: Operator Call - paper entry misfeed"
  319. *Status: "PrinterError: Operator Call - paper entry misfeed, xx pages may be lost"
  320. *Status: "PrinterError: Operator Call - paper exit misfeed"
  321. *Status: "PrinterError: Operator Call - paper exit misfeed, xx pages may be lost"
  322. *Status: "PrinterError: Operator Call - 10 check paper, page will be reprinted"
  323. *Status: "PrinterError: Operator Call - request manual feed of letter paper"
  324. *Status: "PrinterError: Operator Call - request manual feed of a4 paper"
  325. *Status: "PrinterError: Operator Call - request manual feed of legal paper"
  326. *Status: "PrinterError: Operator Call - request manual feed of executive paper"
  327. *Status: "PrinterError: Operator Call - request tray feed of letter paper"
  328. *Status: "PrinterError: Operator Call - request tray feed of a4 paper"
  329. *Status: "PrinterError: Operator Call - request tray feed of legal paper"
  330. *Status: "PrinterError: Operator Call - request tray feed of executive paper"
  331. *Status: "PrinterError: Operator Call - manual feed timeout"
  332. *Status: "PrinterError: Operator Call - no paper tray"
  333. *Status: "PrinterError: Operator Call - out of paper"
  334. *Status: "PrinterError: Operator Call - door open or no toner cartridge"
  335.  
  336. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  337. *Source: "serial25"
  338. *Source: "Centronics"
  339.  
  340. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  341. *PrinterError: "resetting printer"
  342. *PrinterError: "timeout, clearing printer"
  343. *PrinterError: "beam detect error"
  344. *PrinterError: "warming up"
  345. *PrinterError: "printing engine test"
  346. *PrinterError: "Operator Call - paper entry misfeed"
  347. *PrinterError: "Operator Call - paper entry misfeed, xx pages may be lost"
  348. *PrinterError: "Operator Call - paper exit misfeed"
  349. *PrinterError: "Operator Call - paper exit misfeed, xx pages may be lost"
  350. *PrinterError: "Operator Call - 10 check paper, page will be reprinted"
  351. *PrinterError: "Operator Call - request manual feed of letter paper"
  352. *PrinterError: "Operator Call - request manual feed of a4 paper"
  353. *PrinterError: "Operator Call - request manual feed of legal paper"
  354. *PrinterError: "Operator Call - request manual feed of executive paper"
  355. *PrinterError: "Operator Call - request tray feed of letter paper"
  356. *PrinterError: "Operator Call - request tray feed of a4 paper"
  357. *PrinterError: "Operator Call - request tray feed of legal paper"
  358. *PrinterError: "Operator Call - request tray feed of executive paper"
  359. *PrinterError: "Operator Call - manual feed timeout"
  360. *PrinterError: "Operator Call - no paper tray"
  361. *PrinterError: "Operator Call - out of paper"
  362. *PrinterError: "Operator Call - door open or no toner cartridge"
  363.  
  364. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  365.  
  366. *% Color Separation Information =====================
  367.  
  368. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  369.  
  370. *InkName: ProcessBlack/Process Black
  371. *InkName: CustomColor/Custom Color
  372. *InkName: ProcessCyan/Process Cyan
  373. *InkName: ProcessMagenta/Process Magenta
  374. *InkName: ProcessYellow/Process Yellow
  375.  
  376. *% For 60 lpi / 300 dpi =====================================================
  377.  
  378. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  379. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  380. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  381. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  382. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  383.  
  384. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  385. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  386. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  387. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  388. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  389.  
  390. *% For 53 lpi / 300 dpi =====================================================
  391.  
  392. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  393. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  394. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  395. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  396. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  397.  
  398. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  399. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  400. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  401. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  402. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  403.  
  404. *% end of PPD file for ScriptCard PS-2
  405.